ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : MetadataSelection<T> Class |
The following tables list the members exposed by MetadataSelection<T>.
Name | Description | |
---|---|---|
Count | Gets number of items in selection. | |
IsReadOnly | Indicates that selection can not be modified. |
Name | Description | |
---|---|---|
Add | Adds metadata item to the list. | |
Clear | Removes all items from selection. | |
Contains | Indicates if selection contains an item. | |
FindIndex | Overloaded. Returns the index of first found metadata item that matches the string name. | |
FindIndices | Overloaded. Returns the list of indexes of metadata items that match the string name. | |
FindItem | Overloaded. Returns the first found metadata item that matches the string name. | |
FindItems | Overloaded. Returns the list of metadata items that match the string name. | |
GetDefaultItems | ||
GetItems | ||
IsLoaded | Indicates if the types of metadata items sprcified in constructor have been loaded to the list. | |
Load | Loads types of metadata items specified in constructor to the list. | |
Remove | Removes metadata item from the list. |